/**
* CSS
*
5
aakk
*/
*
{
	margin: 0;
	padding: 0;
}
BODY
{
	font-size: 10px;
	font-family: arial, sans-serif;
	background: #FFF;
	color: #222;
}
BODY.section-1
{
}
BODY.section-2
{
}
BODY.section-3
{
}
A:link
{
	text-decoration: none;
	color: #666;
}
A:active
{
	text-decoration: none;
	color: #666;
}
A:visited
{
	text-decoration: none;
	color: #666;
}
A:hover
{
	text-decoration: none;
}
A IMG
{
	border: none;
}
#menu
{
	width: 215px;
	padding: 0 10px;
	overflow: auto;
	top: 0;
	bottom: 0;
	left: 0;
	position: fixed;
	height: 100%;
	background-color: #FFF;
	text-align: left;
	text-transform: uppercase;
}
#menu UL
{
	list-style: none;
	margin: 10px 0 12px;
}
#menu UL LI.section-title
{
}
#content
{
	height: 100%;
	margin: 0px 0 0 225px;
	top: 0;
}
.container
{
	padding: 15px;
}
#content P
{
	width: 400px;
	margin-bottom: 9px;
}
P
{
	margin: 0 0 9px;
}
H1, H2, H3, H4
{
	text-transform: uppercase;
	letter-spacing: -2px;
	line-height: 100%;
}
H1
{
	font-size: 28px;
	color: #000;
}
H1 A, H1 A:visited
{
	text-decoration: none;
	color: #000;
}
H1 A:hover
{
	text-decoration: none;
	color: #333;
}
H2
{
	font-size: 24px;
}
H3
{
	font-size: 16px;
}
H4
{
	font-size: 12px;
}
#img-container
{
	margin: 0;
	padding: 0;
}
#img-container P
{
	width: 400px;
	margin: 0;
	padding: 0 0 12px;
}
#once
{
	clear: left;
}
